Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve lookup speed of GeoHandler (issue #1291) #1298

Merged
merged 3 commits into from
Jul 22, 2024

Conversation

SanghyunKo
Copy link
Contributor

@SanghyunKo SanghyunKo commented Jul 18, 2024

BEGINRELEASENOTES

ENDRELEASENOTES

Tried to add another container of std::map<int, std::set<const TGeoNode*>> for the lookup purpose as @andresailer suggested in #1291. The simulation now seems running fine (as before #1277) even with a highly granular detector, but I'd appreciate suggestions from core developers if there is any.

Copy link

github-actions bot commented Jul 18, 2024

Test Results

   14 files     14 suites   5h 40m 31s ⏱️
  365 tests   365 ✅ 0 💤 0 ❌
2 510 runs  2 510 ✅ 0 💤 0 ❌

Results for commit 7390fd2.

♻️ This comment has been updated with latest results.

@MarkusFrankATcernch MarkusFrankATcernch merged commit 7967bdf into AIDASoft:master Jul 22, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Increase in time consumption of the function GeoHandler::i_collect after PR #1277
3 participants